PDFRectangleOperator Constructor(double,double,double,double)
In This Topic
Initializes a new Object.
Syntax
public PDFRectangleOperator(
double ,
double ,
double ,
double
)
|
Parameters
- x
- The X coordinate of the lower left corner.
- y
- The Y coordinate of the lower left corner.
- width
- The rectangle width.
- height
- The rectangle height.
See Also